Versions:
Dist 0.31.0, published by axodotdev, is a command-line tool that streamlines the creation of shippable application packages across Windows, macOS, and Linux from a single codebase. Positioned in the development/build automation category, it reads a project's Cargo.toml, package.json, or similar manifest and generates tarballs, zips, MSI installers, PKG files, AppImages, and Homebrew formulae without requiring platform-specific build scripts. Developers invoke dist in CI pipelines to produce signed, checksum-verified artifacts that can be uploaded to GitHub Releases or an S3 bucket, eliminating the need to maintain separate per-platform build jobs. The utility supports customizable install paths, license embedding, and binary renaming, making it suitable for open-source maintainers who need nightly builds, enterprise teams that must ship offline installers, and indie game authors distributing DRM-free executables. Version 0.31.0 refines linker flag handling for smaller Linux binaries, adds a "dist init" subcommand to bootstrap configuration files, and introduces schema validation for the dist.toml manifest. Earlier releases such as 0.30.x remain available for projects that rely on legacy artifact naming conventions. Because dist is written in Rust and distributed as a static executable, it runs on any x86-64 or ARM64 host without additional dependencies, allowing maintainers to pin exact versions in their workflows or migrate incrementally between releases. The software is available for free on get.nero.com, with downloads provided via trusted Windows package sources (e.g. winget), always delivering the latest version, and supporting batch installation of multiple applications.
Tags: